DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1GroupDataCollection<S> Class / CanRemove Method
The index of the item that would be removed.

In This Topic
    CanRemove Method (C1GroupDataCollection<S>)
    In This Topic
    Determines whether the item at the specified index can be removed from the collection.
    Syntax
    'Declaration
     
    Public Overrides Function CanRemove( _
       ByVal index As Integer _
    ) As Boolean
    public override bool CanRemove( 
       int index
    )

    Parameters

    index
    The index of the item that would be removed.
    See Also